﻿2026-07-23T09:35:48.8601657Z ##[group]Run set -euo pipefail
2026-07-23T09:35:48.8601997Z [36;1mset -euo pipefail[0m
2026-07-23T09:35:48.8602239Z [36;1mPIN=0c95435[0m
2026-07-23T09:35:48.8602476Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-23T09:35:48.8602750Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-23T09:35:48.8603120Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-23T09:35:48.8603599Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-23T09:35:48.8604062Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-23T09:35:48.8604447Z [36;1m  rm -rf "$CACHE"[0m
2026-07-23T09:35:48.8604710Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-23T09:35:48.8605010Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-23T09:35:48.8605368Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-23T09:35:48.8605726Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-23T09:35:48.8606041Z [36;1mfi[0m
2026-07-23T09:35:48.8606353Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-23T09:35:48.8620148Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-23T09:35:48.8620483Z env:
2026-07-23T09:35:48.8620701Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-23T09:35:48.8620978Z ##[endgroup]
2026-07-23T09:35:49.1427566Z    Compiling proc-macro2 v1.0.106
2026-07-23T09:35:49.1428047Z    Compiling quote v1.0.45
2026-07-23T09:35:49.1428531Z    Compiling unicode-ident v1.0.24
2026-07-23T09:35:49.1428843Z    Compiling libc v0.2.186
2026-07-23T09:35:49.1429240Z    Compiling serde_core v1.0.228
2026-07-23T09:35:49.1429506Z    Compiling cfg-if v1.0.4
2026-07-23T09:35:49.1429763Z    Compiling serde v1.0.228
2026-07-23T09:35:49.1485751Z    Compiling log v0.4.32
2026-07-23T09:35:49.1615383Z    Compiling pin-project-lite v0.2.17
2026-07-23T09:35:49.1616229Z    Compiling typenum v1.20.1
2026-07-23T09:35:49.1616539Z    Compiling portable-atomic v1.13.1
2026-07-23T09:35:49.1616948Z    Compiling version_check v0.9.5
2026-07-23T09:35:49.1750586Z    Compiling memchr v2.8.1
2026-07-23T09:35:49.1831171Z    Compiling shlex v2.0.1
2026-07-23T09:35:49.1871232Z    Compiling critical-section v1.2.0
2026-07-23T09:35:49.2111698Z    Compiling find-msvc-tools v0.1.9
2026-07-23T09:35:49.2466081Z    Compiling futures-core v0.3.32
2026-07-23T09:35:49.2564355Z    Compiling subtle v2.6.1
2026-07-23T09:35:49.2765451Z    Compiling bytes v1.11.1
2026-07-23T09:35:49.4207913Z    Compiling smallvec v1.15.1
2026-07-23T09:35:49.4361346Z    Compiling equivalent v1.0.2
2026-07-23T09:35:49.4700017Z    Compiling itoa v1.0.18
2026-07-23T09:35:49.4911721Z    Compiling semver v1.0.28
2026-07-23T09:35:49.4958608Z    Compiling stable_deref_trait v1.2.1
2026-07-23T09:35:49.5376623Z    Compiling futures-sink v0.3.32
2026-07-23T09:35:49.5419239Z    Compiling slab v0.4.12
2026-07-23T09:35:49.5607239Z    Compiling futures-io v0.3.32
2026-07-23T09:35:49.5609314Z    Compiling generic-array v0.14.7
2026-07-23T09:35:49.5811267Z    Compiling futures-task v0.3.32
2026-07-23T09:35:49.6391049Z    Compiling futures-channel v0.3.32
2026-07-23T09:35:49.6897423Z    Compiling rand_core v0.10.1
2026-07-23T09:35:49.6931115Z    Compiling hashbrown v0.17.1
2026-07-23T09:35:49.7143935Z    Compiling rustversion v1.0.22
2026-07-23T09:35:49.7300596Z    Compiling bitflags v2.12.1
2026-07-23T09:35:49.7549539Z    Compiling getrandom v0.4.2
2026-07-23T09:35:49.7911157Z    Compiling rustc_version v0.4.1
2026-07-23T09:35:49.8252982Z    Compiling cpufeatures v0.2.17
2026-07-23T09:35:49.8522208Z    Compiling fnv v1.0.7
2026-07-23T09:35:49.8800673Z    Compiling strsim v0.11.1
2026-07-23T09:35:49.9233950Z    Compiling cfg_aliases v0.2.1
2026-07-23T09:35:49.9237146Z    Compiling litemap v0.8.2
2026-07-23T09:35:49.9297392Z    Compiling writeable v0.6.3
2026-07-23T09:35:49.9920781Z    Compiling dunce v1.0.5
2026-07-23T09:35:50.0310903Z    Compiling fs_extra v1.3.0
2026-07-23T09:35:50.0460716Z    Compiling icu_normalizer_data v2.2.0
2026-07-23T09:35:50.0699505Z    Compiling icu_properties_data v2.2.0
2026-07-23T09:35:50.1678324Z    Compiling ident_case v1.0.1
2026-07-23T09:35:50.1679307Z    Compiling utf8_iter v1.0.4
2026-07-23T09:35:50.3146657Z    Compiling autocfg v1.5.1
2026-07-23T09:35:50.3310601Z    Compiling percent-encoding v2.3.2
2026-07-23T09:35:50.3780616Z    Compiling http v1.4.1
2026-07-23T09:35:50.3872800Z    Compiling thiserror v2.0.18
2026-07-23T09:35:50.4400866Z    Compiling syn v2.0.117
2026-07-23T09:35:50.4640598Z    Compiling unicode-segmentation v1.13.3
2026-07-23T09:35:50.5103936Z    Compiling cpufeatures v0.3.0
2026-07-23T09:35:50.5180600Z    Compiling aws-lc-rs v1.17.0
2026-07-23T09:35:50.5220865Z    Compiling scopeguard v1.2.0
2026-07-23T09:35:50.5975961Z    Compiling indexmap v2.14.0
2026-07-23T09:35:50.6020622Z    Compiling lock_api v0.4.14
2026-07-23T09:35:50.6238140Z    Compiling chacha20 v0.10.0
2026-07-23T09:35:50.6370887Z    Compiling form_urlencoded v1.2.2
2026-07-23T09:35:50.6470735Z    Compiling untrusted v0.9.0
2026-07-23T09:35:50.7656720Z    Compiling heck v0.5.0
2026-07-23T09:35:50.8003909Z    Compiling rustls v0.23.40
2026-07-23T09:35:50.8396159Z    Compiling anyhow v1.0.102
2026-07-23T09:35:50.8744062Z    Compiling unicode-xid v0.2.6
2026-07-23T09:35:50.8902072Z    Compiling const-oid v0.10.2
2026-07-23T09:35:50.8964633Z    Compiling atomic-waker v1.1.2
2026-07-23T09:35:50.9430634Z    Compiling parking_lot_core v0.9.12
2026-07-23T09:35:50.9693653Z    Compiling convert_case v0.10.0
2026-07-23T09:35:50.9821601Z    Compiling jobserver v0.1.34
2026-07-23T09:35:51.0163545Z    Compiling paste v1.0.15
2026-07-23T09:35:51.0353735Z    Compiling zerocopy v0.8.50
2026-07-23T09:35:51.0466131Z    Compiling httparse v1.10.1
2026-07-23T09:35:51.0649362Z    Compiling num-traits v0.2.19
2026-07-23T09:35:51.0777808Z    Compiling hybrid-array v0.4.12
2026-07-23T09:35:51.1186699Z    Compiling curve25519-dalek v4.1.3
2026-07-23T09:35:51.2494186Z    Compiling cc v1.2.63
2026-07-23T09:35:51.2881752Z    Compiling ahash v0.8.12
2026-07-23T09:35:51.3194003Z    Compiling base64ct v1.8.3
2026-07-23T09:35:51.3456999Z    Compiling crypto-common v0.1.7
2026-07-23T09:35:51.3939643Z    Compiling block-buffer v0.10.4
2026-07-23T09:35:51.4171400Z    Compiling fastrand v2.4.1
2026-07-23T09:35:51.4451238Z    Compiling either v1.16.0
2026-07-23T09:35:51.4500717Z    Compiling powerfmt v0.2.0
2026-07-23T09:35:51.4781024Z    Compiling http-body v1.0.1
2026-07-23T09:35:51.5376004Z    Compiling digest v0.10.7
2026-07-23T09:35:51.6140600Z    Compiling pem-rfc7468 v1.0.0
2026-07-23T09:35:51.6961861Z    Compiling deranged v0.5.8
2026-07-23T09:35:51.7393124Z    Compiling num-conv v0.2.2
2026-07-23T09:35:51.7620983Z    Compiling vcpkg v0.2.15
2026-07-23T09:35:51.8210621Z    Compiling mio v1.2.1
2026-07-23T09:35:51.8280612Z    Compiling socket2 v0.6.4
2026-07-23T09:35:51.8411132Z    Compiling getrandom v0.2.17
2026-07-23T09:35:51.9400667Z    Compiling try-lock v0.2.5
2026-07-23T09:35:52.0420696Z    Compiling rand_core v0.6.4
2026-07-23T09:35:52.0460752Z    Compiling pkg-config v0.3.33
2026-07-23T09:35:52.0720860Z    Compiling rand v0.10.1
2026-07-23T09:35:52.0883660Z    Compiling uuid v1.23.2
2026-07-23T09:35:52.1280751Z    Compiling base64 v0.22.1
2026-07-23T09:35:52.2053422Z    Compiling tower-service v0.3.3
2026-07-23T09:35:52.2146267Z    Compiling time-core v0.1.8
2026-07-23T09:35:52.2748803Z    Compiling tinyvec_macros v0.1.1
2026-07-23T09:35:52.3132763Z    Compiling data-encoding v2.11.0
2026-07-23T09:35:52.3306847Z    Compiling zmij v1.0.21
2026-07-23T09:35:52.3310204Z    Compiling tinyvec v1.11.0
2026-07-23T09:35:52.3871161Z    Compiling parking_lot v0.12.5
2026-07-23T09:35:52.6050198Z    Compiling cmake v0.1.58
2026-07-23T09:35:52.7100597Z    Compiling want v0.3.1
2026-07-23T09:35:52.7309522Z    Compiling sha2 v0.10.9
2026-07-23T09:35:52.7390815Z    Compiling crypto-common v0.2.2
2026-07-23T09:35:52.7448243Z    Compiling block-buffer v0.12.0
2026-07-23T09:35:52.7571736Z    Compiling inout v0.1.4
2026-07-23T09:35:52.7756065Z    Compiling vergen-lib v9.1.0
2026-07-23T09:35:52.9328680Z    Compiling n0-future v0.3.2
2026-07-23T09:35:52.9410518Z    Compiling diatomic-waker v0.2.3
2026-07-23T09:35:52.9446878Z    Compiling spin v0.10.0
2026-07-23T09:35:52.9710733Z    Compiling cordyceps v0.3.4
2026-07-23T09:35:53.0370714Z    Compiling signature v2.2.0
2026-07-23T09:35:53.0560391Z    Compiling crossbeam-utils v0.8.21
2026-07-23T09:35:53.1191054Z    Compiling winnow v1.0.3
2026-07-23T09:35:53.1320748Z    Compiling serde_json v1.0.150
2026-07-23T09:35:53.1605477Z    Compiling parking v2.2.1
2026-07-23T09:35:53.1658799Z    Compiling httpdate v1.0.3
2026-07-23T09:35:53.2058468Z    Compiling ed25519 v2.2.3
2026-07-23T09:35:53.3045541Z    Compiling futures-lite v2.6.1
2026-07-23T09:35:53.3574756Z    Compiling futures-buffered v0.2.13
2026-07-23T09:35:53.3650560Z    Compiling cipher v0.4.4
2026-07-23T09:35:53.3867871Z    Compiling netlink-packet-core v0.8.1
2026-07-23T09:35:53.3990767Z    Compiling universal-hash v0.5.1
2026-07-23T09:35:53.4060720Z    Compiling vergen v9.1.0
2026-07-23T09:35:53.4510588Z    Compiling vergen-lib v0.1.6
2026-07-23T09:35:53.4740844Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-23T09:35:53.5442212Z    Compiling heapless v0.7.17
2026-07-23T09:35:53.5660674Z    Compiling aws-lc-sys v0.41.0
2026-07-23T09:35:53.5999229Z    Compiling ring v0.17.14
2026-07-23T09:35:53.6090365Z    Compiling libsqlite3-sys v0.30.1
2026-07-23T09:35:53.6240852Z    Compiling noq-udp v0.10.0
2026-07-23T09:35:53.6330768Z    Compiling sync_wrapper v1.0.2
2026-07-23T09:35:53.7190541Z    Compiling opaque-debug v0.3.1
2026-07-23T09:35:53.7715521Z    Compiling digest v0.11.3
2026-07-23T09:35:53.7944976Z    Compiling allocator-api2 v0.2.21
2026-07-23T09:35:53.7974156Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-23T09:35:53.7985566Z    Compiling byteorder v1.5.0
2026-07-23T09:35:53.8240976Z    Compiling polyval v0.6.2
2026-07-23T09:35:53.9722718Z    Compiling vergen-gitcl v1.0.8
2026-07-23T09:35:54.0111219Z    Compiling hash32 v0.2.1
2026-07-23T09:35:54.0988667Z    Compiling spin v0.9.8
2026-07-23T09:35:54.1335238Z    Compiling fallible-iterator v0.3.0
2026-07-23T09:35:54.1881106Z    Compiling tower-layer v0.3.3
2026-07-23T09:35:54.2084677Z    Compiling num_threads v0.1.7
2026-07-23T09:35:54.2680497Z    Compiling ryu v1.0.23
2026-07-23T09:35:54.3230738Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-23T09:35:54.3550929Z    Compiling signature v3.0.0
2026-07-23T09:35:54.3890774Z    Compiling time v0.3.47
2026-07-23T09:35:54.4390580Z    Compiling ghash v0.5.1
2026-07-23T09:35:54.4706378Z    Compiling sha2 v0.11.0-rc.5
2026-07-23T09:35:54.4755211Z    Compiling aes v0.8.4
2026-07-23T09:35:54.4891988Z    Compiling ctr v0.9.2
2026-07-23T09:35:54.5790344Z    Compiling fs2 v0.4.3
2026-07-23T09:35:54.6074315Z    Compiling http-body-util v0.1.3
2026-07-23T09:35:54.6301447Z    Compiling aead v0.5.2
2026-07-23T09:35:54.6475297Z    Compiling utf8parse v0.2.2
2026-07-23T09:35:54.7240822Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-23T09:35:54.7368103Z    Compiling openssl-probe v0.2.1
2026-07-23T09:35:54.7425679Z    Compiling arrayvec v0.7.6
2026-07-23T09:35:54.7688540Z    Compiling crossbeam-epoch v0.9.18
2026-07-23T09:35:54.7944222Z    Compiling crossbeam-channel v0.5.15
2026-07-23T09:35:54.9170633Z    Compiling netlink-packet-route v0.29.0
2026-07-23T09:35:54.9476326Z    Compiling blake3 v1.8.5
2026-07-23T09:35:54.9920621Z    Compiling memoffset v0.6.5
2026-07-23T09:35:55.0301561Z    Compiling acto v0.8.2
2026-07-23T09:35:55.1851608Z    Compiling aes-gcm v0.10.3
2026-07-23T09:35:55.2430996Z    Compiling netwatch v0.16.0
2026-07-23T09:35:55.2630925Z    Compiling noq v0.18.0
2026-07-23T09:35:55.2969313Z    Compiling thiserror v1.0.69
2026-07-23T09:35:55.3218903Z    Compiling foldhash v0.2.0
2026-07-23T09:35:55.3829376Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-23T09:35:55.5020704Z    Compiling lru-slab v0.1.2
2026-07-23T09:35:55.5235373Z    Compiling mac-addr v0.3.0
2026-07-23T09:35:55.5459326Z    Compiling rustc-hash v2.1.2
2026-07-23T09:35:55.5795955Z    Compiling sorted-index-buffer v0.2.1
2026-07-23T09:35:55.6460820Z    Compiling xml-rs v0.8.28
2026-07-23T09:35:55.6531832Z    Compiling identity-hash v0.1.0
2026-07-23T09:35:55.6800628Z    Compiling rustix v1.1.4
2026-07-23T09:35:55.6922515Z    Compiling tagptr v0.2.0
2026-07-23T09:35:55.6971752Z    Compiling ref-cast v1.0.25
2026-07-23T09:35:55.7719258Z    Compiling synstructure v0.13.2
2026-07-23T09:35:55.7970256Z    Compiling darling_core v0.20.11
2026-07-23T09:35:55.8458781Z    Compiling serde_derive_internals v0.29.1
2026-07-23T09:35:55.9683386Z    Compiling hashbrown v0.16.1
2026-07-23T09:35:56.2849778Z    Compiling netlink-packet-route v0.30.0
2026-07-23T09:35:56.3381293Z    Compiling proc-macro-crate v3.5.0
2026-07-23T09:35:56.5574844Z    Compiling xmltree v0.10.3
2026-07-23T09:35:56.6154298Z    Compiling errno v0.3.14
2026-07-23T09:35:56.7890372Z    Compiling termios v0.2.2
2026-07-23T09:35:56.8120807Z    Compiling serial-core v0.4.0
2026-07-23T09:35:56.8541195Z    Compiling ioctl-rs v0.1.6
2026-07-23T09:35:56.9470230Z    Compiling simple-dns v0.9.3
2026-07-23T09:35:56.9529972Z    Compiling aho-corasick v1.1.4
2026-07-23T09:35:56.9620114Z    Compiling signal-hook v0.3.18
2026-07-23T09:35:56.9790833Z    Compiling linux-raw-sys v0.12.1
2026-07-23T09:35:56.9946945Z    Compiling smol_str v0.1.24
2026-07-23T09:35:57.0125546Z    Compiling toml_write v0.1.2
2026-07-23T09:35:57.1230902Z    Compiling constant_time_eq v0.4.2
2026-07-23T09:35:57.1643534Z    Compiling simdutf8 v0.1.5
2026-07-23T09:35:57.2191530Z    Compiling winnow v0.7.15
2026-07-23T09:35:57.2320974Z    Compiling regex-syntax v0.8.10
2026-07-23T09:35:57.2591782Z    Compiling arrayref v0.3.9
2026-07-23T09:35:57.3006151Z    Compiling sha1_smol v1.0.1
2026-07-23T09:35:57.3140670Z    Compiling resolv-conf v0.7.6
2026-07-23T09:35:57.5707403Z    Compiling serial-unix v0.4.0
2026-07-23T09:35:57.6017124Z    Compiling lru v0.16.4
2026-07-23T09:35:57.7990638Z    Compiling serde_derive v1.0.228
2026-07-23T09:35:57.8071669Z    Compiling zeroize_derive v1.4.3
2026-07-23T09:35:57.8170710Z    Compiling tokio-macros v2.7.0
2026-07-23T09:35:57.8424117Z    Compiling futures-macro v0.3.32
2026-07-23T09:35:58.2350756Z    Compiling zerofrom-derive v0.1.7
2026-07-23T09:35:58.3880344Z    Compiling zeroize v1.8.2
2026-07-23T09:35:58.4984811Z    Compiling tokio v1.52.3
2026-07-23T09:35:58.5750550Z    Compiling yoke-derive v0.8.2
2026-07-23T09:35:58.8445694Z    Compiling futures-util v0.3.32
2026-07-23T09:35:59.2440830Z    Compiling zerovec-derive v0.11.3
2026-07-23T09:35:59.2806192Z    Compiling displaydoc v0.2.6
2026-07-23T09:35:59.7099224Z    Compiling zerofrom v0.1.8
2026-07-23T09:35:59.7525531Z    Compiling tracing-attributes v0.1.31
2026-07-23T09:35:59.8220548Z    Compiling rustls-pki-types v1.14.1
2026-07-23T09:35:59.8960487Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-23T09:36:00.0599499Z    Compiling yoke v0.8.3
2026-07-23T09:36:00.1344588Z    Compiling thiserror-impl v2.0.18
2026-07-23T09:36:00.3227191Z    Compiling zerotrie v0.2.4
2026-07-23T09:36:00.6977827Z    Compiling darling_macro v0.20.11
2026-07-23T09:36:00.7624409Z    Compiling derive_more-impl v2.1.1
2026-07-23T09:36:00.7661654Z    Compiling n0-error-macros v0.1.3
2026-07-23T09:36:00.8770690Z    Compiling zerovec v0.11.6
2026-07-23T09:36:01.0888038Z    Compiling darling v0.20.11
2026-07-23T09:36:01.1500718Z    Compiling spez v0.1.2
2026-07-23T09:36:01.1720515Z    Compiling derive_builder_core v0.20.2
2026-07-23T09:36:01.5367514Z    Compiling der v0.8.0-rc.10
2026-07-23T09:36:01.8211047Z    Compiling tinystr v0.8.3
2026-07-23T09:36:01.9490377Z    Compiling potential_utf v0.1.5
2026-07-23T09:36:02.0800959Z    Compiling icu_locale_core v2.2.0
2026-07-23T09:36:02.0870463Z    Compiling icu_collections v2.2.0
2026-07-23T09:36:02.1150565Z    Compiling n0-error v0.1.3
2026-07-23T09:36:02.2370911Z    Compiling pin-project-internal v1.1.13
2026-07-23T09:36:02.4870407Z    Compiling cobs v0.3.0
2026-07-23T09:36:02.6560661Z    Compiling derive_builder_macro v0.20.2
2026-07-23T09:36:02.7052375Z    Compiling postcard-derive v0.2.2
2026-07-23T09:36:02.8882078Z    Compiling ed25519-dalek v2.2.0
2026-07-23T09:36:02.9650432Z    Compiling derive_builder v0.20.2
2026-07-23T09:36:03.0680591Z    Compiling spki v0.8.0-rc.4
2026-07-23T09:36:03.2550947Z    Compiling ipnet v2.12.0
2026-07-23T09:36:03.2902988Z    Compiling icu_provider v2.2.0
2026-07-23T09:36:03.3091303Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-23T09:36:03.4999597Z    Compiling futures-executor v0.3.32
2026-07-23T09:36:03.6261508Z    Compiling icu_normalizer v2.2.0
2026-07-23T09:36:03.6500543Z    Compiling icu_properties v2.2.0
2026-07-23T09:36:03.6901882Z    Compiling pin-project v1.1.13
2026-07-23T09:36:03.6975283Z    Compiling prefix-trie v0.8.4
2026-07-23T09:36:03.7260508Z    Compiling ed25519 v3.0.0-rc.4
2026-07-23T09:36:03.7589878Z    Compiling futures v0.3.32
2026-07-23T09:36:03.8560780Z    Compiling spt-proto v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-23T09:36:04.1300995Z    Compiling once_cell v1.21.4
2026-07-23T09:36:04.1700440Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-23T09:36:04.1830792Z    Compiling rustls-native-certs v0.8.4
2026-07-23T09:36:04.3760521Z    Compiling tracing-core v0.1.36
2026-07-23T09:36:04.5076056Z    Compiling tokio-util v0.7.18
2026-07-23T09:36:04.5867569Z    Compiling netlink-sys v0.8.8
2026-07-23T09:36:04.6040595Z    Compiling data-encoding-macro v0.1.20
2026-07-23T09:36:04.6920381Z    Compiling postcard v1.1.3
2026-07-23T09:36:04.7360267Z    Compiling hashbrown v0.14.5
2026-07-23T09:36:04.7730835Z    Compiling tower v0.5.3
2026-07-23T09:36:04.9320734Z    Compiling tracing v0.1.44
2026-07-23T09:36:05.1700377Z    Compiling derive_more v2.1.1
2026-07-23T09:36:05.2141042Z    Compiling iroh-metrics-derive v0.4.1
2026-07-23T09:36:05.2911684Z    Compiling idna_adapter v1.2.2
2026-07-23T09:36:05.3620829Z    Compiling num_enum_derive v0.7.6
2026-07-23T09:36:05.3800566Z    Compiling idna v1.1.0
2026-07-23T09:36:05.4326715Z    Compiling async-trait v0.1.89
2026-07-23T09:36:05.4791840Z    Compiling enum-assoc v1.3.0
2026-07-23T09:36:05.5642144Z    Compiling hashlink v0.9.1
2026-07-23T09:36:05.5721599Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-23T09:36:05.6074711Z    Compiling h2 v0.4.14
2026-07-23T09:36:05.7490515Z    Compiling strum_macros v0.28.0
2026-07-23T09:36:05.7519390Z    Compiling iroh-metrics v0.38.3
2026-07-23T09:36:05.8490932Z    Compiling url v2.5.8
2026-07-23T09:36:05.9570411Z    Compiling n0-watcher v0.6.1
2026-07-23T09:36:06.0190998Z    Compiling tokio-stream v0.1.18
2026-07-23T09:36:06.0535082Z    Compiling rusqlite v0.32.1
2026-07-23T09:36:06.2462282Z    Compiling iroh-relay v0.98.0
2026-07-23T09:36:06.2901083Z    Compiling netdev v0.42.0
2026-07-23T09:36:06.3480955Z    Compiling netlink-proto v0.12.0
2026-07-23T09:36:06.4291044Z    Compiling moka v0.12.15
2026-07-23T09:36:06.4709170Z    Compiling num_enum v0.7.6
2026-07-23T09:36:06.5850656Z    Compiling serde_spanned v0.6.9
2026-07-23T09:36:06.6021521Z    Compiling toml_datetime v0.6.11
2026-07-23T09:36:06.6639212Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-23T09:36:06.6718607Z    Compiling iroh-base v0.98.0
2026-07-23T09:36:06.6815315Z    Compiling tower-http v0.6.11
2026-07-23T09:36:06.7212013Z    Compiling attohttpc v0.30.1
2026-07-23T09:36:06.7481708Z    Compiling thiserror-impl v1.0.69
2026-07-23T09:36:06.9335995Z    Compiling ref-cast-impl v1.0.25
2026-07-23T09:36:07.1640966Z    Compiling toml_edit v0.22.27
2026-07-23T09:36:07.4239449Z    Compiling spt-store v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-23T09:36:07.5341781Z    Compiling webpki-roots v1.0.7
2026-07-23T09:36:07.5800857Z    Compiling regex-automata v0.4.14
2026-07-23T09:36:07.6500659Z    Compiling schemars_derive v1.2.1
2026-07-23T09:36:07.6584272Z    Compiling signal-hook-registry v1.4.8
2026-07-23T09:36:08.0500368Z    Compiling darling_core v0.23.0
2026-07-23T09:36:08.0605249Z    Compiling serde_bytes v0.11.19
2026-07-23T09:36:08.0720524Z    Compiling hmac v0.12.1
2026-07-23T09:36:08.1787040Z    Compiling seize v0.5.1
2026-07-23T09:36:08.2600499Z    Compiling iroh v0.98.2
2026-07-23T09:36:08.3746529Z    Compiling cmov v0.5.4
2026-07-23T09:36:08.4000764Z    Compiling rustix v0.38.44
2026-07-23T09:36:08.4837877Z    Compiling pin-utils v0.1.0
2026-07-23T09:36:08.5668391Z    Compiling dyn-clone v1.0.20
2026-07-23T09:36:08.5940747Z    Compiling bitflags v1.3.2
2026-07-23T09:36:08.6437838Z    Compiling filedescriptor v0.8.3
2026-07-23T09:36:08.6960754Z    Compiling ctutils v0.4.2
2026-07-23T09:36:08.7000703Z    Compiling nix v0.25.1
2026-07-23T09:36:08.7135214Z    Compiling papaya v0.2.4
2026-07-23T09:36:08.7284571Z    Compiling strum v0.28.0
2026-07-23T09:36:08.7530591Z    Compiling hkdf v0.12.4
2026-07-23T09:36:08.8600521Z    Compiling iroh-dns v0.98.0
2026-07-23T09:36:08.9086805Z    Compiling backon v1.6.0
2026-07-23T09:36:08.9330694Z    Compiling serial v0.4.0
2026-07-23T09:36:08.9653436Z    Compiling anstyle-parse v1.0.0
2026-07-23T09:36:09.0221820Z    Compiling vte_generate_state_changes v0.1.2
2026-07-23T09:36:09.2077130Z    Compiling instability v0.3.12
2026-07-23T09:36:09.2123769Z    Compiling shell-words v1.1.1
2026-07-23T09:36:09.2449544Z    Compiling linux-raw-sys v0.4.15
2026-07-23T09:36:09.2695449Z    Compiling foldhash v0.1.5
2026-07-23T09:36:09.3710886Z    Compiling is_terminal_polyfill v1.70.2
2026-07-23T09:36:09.3950328Z    Compiling downcast-rs v1.2.1
2026-07-23T09:36:09.4009223Z    Compiling colorchoice v1.0.5
2026-07-23T09:36:09.4125781Z    Compiling unicode-width v0.2.0
2026-07-23T09:36:09.4670847Z    Compiling anstyle-query v1.1.5
2026-07-23T09:36:09.4788340Z    Compiling anstyle v1.0.14
2026-07-23T09:36:09.4930487Z    Compiling hashbrown v0.15.5
2026-07-23T09:36:09.5420457Z    Compiling vte v0.13.1
2026-07-23T09:36:09.5550785Z    Compiling signal-hook-mio v0.2.5
2026-07-23T09:36:09.6825906Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-23T09:36:09.7220855Z    Compiling anstream v1.0.0
2026-07-23T09:36:09.7720590Z    Compiling spake2 v0.4.0
2026-07-23T09:36:09.8988250Z    Compiling schemars v1.2.1
2026-07-23T09:36:10.1630357Z    Compiling terminal_size v0.4.4
2026-07-23T09:36:10.2680591Z    Compiling toml v0.8.23
2026-07-23T09:36:10.2681781Z    Compiling strum_macros v0.26.4
2026-07-23T09:36:10.3260606Z    Compiling sha1 v0.10.6
2026-07-23T09:36:10.6386246Z    Compiling regex v1.12.3
2026-07-23T09:36:10.6458903Z    Compiling itertools v0.13.0
2026-07-23T09:36:10.9301963Z    Compiling castaway v0.2.4
2026-07-23T09:36:11.0570224Z    Compiling static_assertions v1.1.0
2026-07-23T09:36:11.1140488Z    Compiling hyper v1.10.1
2026-07-23T09:36:11.4151269Z    Compiling spt-msg v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-23T09:36:11.4480646Z    Compiling indoc v2.0.7
2026-07-23T09:36:11.9841603Z    Compiling spt-runtime v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-23T09:36:12.0984937Z    Compiling clap_lex v1.1.0
2026-07-23T09:36:12.1810413Z    Compiling darling_macro v0.23.0
2026-07-23T09:36:12.3480604Z    Compiling doctest-file v1.1.1
2026-07-23T09:36:12.4160929Z    Compiling unicode-width v0.1.14
2026-07-23T09:36:12.5310123Z    Compiling darling v0.23.0
2026-07-23T09:36:12.6381672Z    Compiling clap_builder v4.6.0
2026-07-23T09:36:12.6516412Z    Compiling compact_str v0.8.2
2026-07-23T09:36:12.6620420Z    Compiling crossterm v0.28.1
2026-07-23T09:36:12.7838891Z    Compiling unicode-truncate v1.1.0
2026-07-23T09:36:12.8869682Z    Compiling interprocess v2.4.2
2026-07-23T09:36:12.8971677Z    Compiling strum v0.26.3
2026-07-23T09:36:12.9690562Z    Compiling lru v0.12.5
2026-07-23T09:36:13.0330705Z    Compiling hyper-util v0.1.20
2026-07-23T09:36:13.1520504Z    Compiling clap_derive v4.6.1
2026-07-23T09:36:13.3431102Z    Compiling portable-pty v0.8.1
2026-07-23T09:36:13.3691149Z    Compiling iana-time-zone v0.1.65
2026-07-23T09:36:13.3840276Z    Compiling cassowary v0.3.0
2026-07-23T09:36:13.5260561Z    Compiling nucleo-matcher v0.3.1
2026-07-23T09:36:13.6610540Z    Compiling chrono v0.4.45
2026-07-23T09:36:13.7381209Z    Compiling spt-term v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-23T09:36:13.8010833Z    Compiling ratatui v0.29.0
2026-07-23T09:36:14.1399749Z    Compiling qrcode v0.14.1
2026-07-23T09:36:14.3137830Z    Compiling tempfile v3.27.0
2026-07-23T09:36:14.9873100Z    Compiling igd-next v0.17.1
2026-07-23T09:36:15.4520011Z    Compiling clap v4.6.1
2026-07-23T09:36:15.7765902Z    Compiling spt-live v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-23T09:36:16.1953892Z    Compiling portmapper v0.16.0
2026-07-23T09:36:22.6138709Z    Compiling rustls-webpki v0.103.13
2026-07-23T09:36:24.9675705Z    Compiling tokio-rustls v0.26.4
2026-07-23T09:36:24.9676154Z    Compiling rustls-platform-verifier v0.7.0
2026-07-23T09:36:24.9676606Z    Compiling noq-proto v0.17.0
2026-07-23T09:36:25.1089851Z    Compiling hyper-rustls v0.27.9
2026-07-23T09:36:25.1090575Z    Compiling hickory-net v0.26.0-beta.4
2026-07-23T09:36:25.1091118Z    Compiling tokio-websockets v0.13.2
2026-07-23T09:36:25.2359705Z    Compiling reqwest v0.13.4
2026-07-23T09:36:26.1987907Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-23T09:36:40.4516600Z    Compiling spt-net v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-23T09:36:41.9152763Z    Compiling spt-daemon v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-23T09:36:51.3001533Z    Compiling spt v0.41.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-23T09:36:56.2687785Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-23T09:36:56.2908176Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-9b0a1977fdc399ed)
2026-07-23T09:36:56.2922370Z 
2026-07-23T09:36:56.2922581Z running 1 test
2026-07-23T09:37:03.3830787Z test new_brain_serves_against_old_broker ... ok
2026-07-23T09:37:03.3831059Z 
2026-07-23T09:37:03.3831280Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.09s
2026-07-23T09:37:03.3831599Z 
